/*头部*/
#header{
	height: 140px;
	width: 1200px;
	margin: 0 auto;
}
.header-left{
	width: 600px;
	float: left;
	padding-top: 44px;
	padding-left: 20px;
}
.header-right{
	width: 500px;
	float: right;
	padding-top: 44px;
	padding-left: 40px;
}
/*头部结束*/
/*导航*/
#channel {
	height: 50px;
	background-image: url('../../Images/channel-bg.png');
}
#channel .channel-body{
	width: 1200px;
	margin: 0 auto;
}
#channel .channel-body ul li{
	width: 160px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}
	#channel .channel-body ul .cur {
		background-image: url('../../Images/channel-cur-bg.png');
	}
/*导航结束*/
#container {
    overflow: hidden;
    background-repeat: repeat-x;
    background-image: url('../../Images/container-bg.jpg');
}
/*底部*/
#footer{
	overflow: hidden;
	background-color: #0070ad;
	padding-bottom: 40px;
}
#footer .footer-body{
	width:1200px;
	margin: 0 auto;
	padding: 20px 10px;
}
#footer .footer-body .footer-body-left{
	width: 600px;
	float: left;
}
#footer .footer-body .footer-body-left ul li{
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #fff;
}
#footer .footer-body .footer-body-right{
	width: 600px;
	float: left;
}
/*底部结束*/
.SearchPageList {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
	color: #666;
}

.SearchPageList {
	text-align: center;
}

.Pages {
	height: 30px;
	line-height: 30px;
}

	.Pages a {
		cursor: pointer;
	}

#TopPage, #LastPage, #NextPage, #BottomPage {
	padding: 0 7px;
	font-size: 14px;
}

.PageNo_Selected {
	background-color: #FFF2EC;
	border: 1px solid #e60012;
	color: #e60012;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	margin-right: 5px;
	padding: 0 7px;
}

.PageNo_noSelect {
	background-color: #F3F4F6;
	border: 1px solid #C4C7D1;
	color: #313131;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	padding: 0 7px;
	margin-right: 5px;
}